All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.sg.SGChannelInfo
java.lang.Object
|
+----quicktime.std.sg.SGChannelInfo
- public class SGChannelInfo
- extends Object
The SGChannelInfo class contains information about the reference information of a media sample.
-
mCompressionType
- Format of Channel data, e.g 'raw', 'MAC3', 'MAC6'.
-
mNumChannels
- Number of Channels 1-for Mono, 2 for Stereo.
-
mSampleSize
- The sample's size, eg returns 8 for 8 bit, 16 for 16 bit.
mSampleSize
public int mSampleSize
- The sample's size, eg returns 8 for 8 bit, 16 for 16 bit.
mNumChannels
public int mNumChannels
- Number of Channels 1-for Mono, 2 for Stereo.
mCompressionType
public int mCompressionType
- Format of Channel data, e.g 'raw', 'MAC3', 'MAC6'.
All Packages Class Hierarchy This Package Previous Next Index